@media screen and (min-width: 992px) {
	#main .wrap1 .right:hover .imgsbox,
	#main .wrap1 .top:hover .imgsbox,
	#main .wrap1 .fot:hover .imgsbox,
	#main .wrap2 .item.item1 .box .imgs img:hover{
		transform: scale(1.05);
	}
	#news .wrap1 li:hover a{
    	box-shadow: 0 4px 13px 3px rgba(0,0,0,0.1);
	}
	#news .wrap1 li:hover .imgs img{
		transform: scale(1.5);
		transition: all 20s ease-out;
	}
	#join .subnav .swiper-slide span:hover{
		color: #007bc3;
	}
	#join .wrap2 ul li:hover{
		transform: translateY(-10px);
	}
	#video .wrap2 li:hover .imgs img{
		transform: scale(1.1);
	}
	#cooperation .wrap1 .abox a:hover{
    	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	}
	#cooperation .wrap1 .abox a:hover .amore{
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
	#case .wrap1 li .imgs:hover img{
		transform: scale(1.05);
	}
	.paging a:hover{
		color: #557abc;
	}
	.ad:hover img{
		transform: scale(1.1);
		transition: all 2s ease-out;
	}
	#about .wrap1 .fot a:hover .imgs img{
		transform: scale(1.05);
	}
	#history .wrap1 a:hover{
    	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	}
	#strategy .wrap1 li:hover{
		opacity: 1;
	}
	#honor .wrap1 li a:hover:after{
		opacity: 1;
	}
	#honor .wrap1 li a:hover .text{
		opacity: 1;
	}
	#culture .wrap1 .imgs:hover img,
	#culture .wrap2 .imgs:hover img,
	#culture .wrap3 .imgs:hover img,
	#culture .wrap4 .imgs:hover img{
		transform: scale(1.1);
	}
	#university .wrap1 li:hover{
    	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
	}
	#intro .wrap3 .swiper-slide a:hover{
    	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
	}
	#university .wrap1 li:hover .more{
		opacity: 1;
		transform: translateY(0);
	}
	#intro .wrap1 li:hover{
		transform: translate(0, -10px);
	}
	#talent .wrap1 ul li:hover{
    	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	}
	#openclass .wrap2 .atap a:hover{
		color: #007bb1;
	}
	#openclass .wrap2 li:hover{
    	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
	}
	#faq .wrap1 .swiper-slide:hover{
		background-color: #ededed;
	}
	#recruit .wrap1 .w1440 ul li:hover{
		transform: translate(0, -10px);
	}
	#investment .wrap1 .box .tit span:hover{
		color: #000000;
	}
	#servicehome .wrap1 li:hover{
		animation-name: "" !important;
		transform: translate(0, -10px) !important;
	}
	.subnav .fl a:hover{
		color: #000;
	}
	#join .wrap5 .swiper-slide:hover .imgs img{
		transform: scale(1.1);
	}
	#products .wrap1 .item .contai:hover .box{
	    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
	    transform: translate(0,-3px);
	    z-index: 3;
	    position: relative;
	}
	#products .wrap1 .item .box:hover .tit,
	#products .wrap1 .item .box:hover .d2{
		color: #000;
	}
	.select .select-con li:hover{
		background-color: #f2f2f2;
	}
	#products .wrap1 .item .contai:hover .box,
	#products .wrap1 .item .contai:hover .btnbox{
		z-index: 2;
		visibility: visible;
		opacity: 1;
	    /*transform: translate(0,-3px);*/
	    animation: .33s ease 0s normal both running btnup;
	}
	#products .wrap1 .item .contai:hover .btnbox a{
		opacity: 1;
	}
	#products .wrap1 .item .btnbox a:hover{
		color: #808080;
	}
	#products .wrap1 .item .btnbox a.purchase:hover{
		background-color: #008bd8;
		color: #fff;
	}
	#reserve2 .wrap2 .blk.blk2 .yfxh .item .close:hover{
		background-image: url('../fonts/service_close_h.svg');
	}
	#reserve2 .wrap2 .blk.blk2 .ygcp .item .ok:hover{
		background-image: url('../fonts/ok-h.svg');
	}
	#reserve2 .wrap2 .blk.blk2 .ygcp .item{
		transition: all .3s ease-out;
	}
	#reserve2 .wrap2 .blk.blk2 .ygcp .item:hover{
		opacity: 1;
	}
	.gotop:hover{
	    background: url(../images/pc_gotop_h.png) no-repeat center/cover;
	}
}